.ts-module-shi-desc {
    width: 100%;
    opacity: 1;
    background: #F4F8FF;
    display: flex;
    justify-content: space-between;
    background-image: url(../../images//shi/back-font.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 438px;
}

.ts-module-shi-desc-left {
    padding: 30px 0 30px 30px;
}

.ts-module-shi-desc-title {
    display: flex;
    align-items: center;
}

.ts-module-shi-desc-title-left {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #333333;
}

.ts-module-shi-desc-title-right {
    width: 185px;
    opacity: 1;
    background: linear-gradient(90deg, #0D65E1 0%, rgba(13, 101, 225, 0) 100%);
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 350;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    padding: 0 0 0 4px;
}

.ts-module-shi-desc-li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.ts-module-shi-desc-li-item {
    font-size: 16px;
    font-weight: 350;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #2578FA;
    margin-left: 32px;
}

.ts-module-shi-desc-li-item:first-child {
    margin-left: 0;
}

.ts-module-shi-desc-li-item::before {
    content: "·";
    font-size: 16px;
    font-weight: bolder;
    margin-right: 10px;
}

.ts-module-shi-desc-content {
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    text-indent: 2em;
}

.ts-module-shi-extra-img {
    width: 100%;
    height: 433px;
    background-image: url(../../images/shi/extra.png);
    margin: 24px 0;
    background-size: 100% 100%;
}

@media screen and (min-width: 0px) and (max-width: 570px) {
    .ts-module-shi-desc {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .ts-module-shi-desc-ico {
        height: 330px;
        width: 327px;
        margin: 0 auto;
    }

    .ts-module-shi-desc-left {
        padding: 12px;
    }

    .ts-module-shi-desc-li {
        margin: 4px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .ts-module-shi-desc-li-item {
        margin-left: 0px !important;
    }

    .ts-module-shi-extra-img {
        height: 136px;
    }
}

@media screen and (min-width: 570px) and (max-width: 768px) {
    .ts-module-shi-desc {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .ts-module-shi-desc-ico {
        height: 414px;
        width: 371px;
        margin: 0 auto;
    }

    .ts-module-shi-desc-left {
        padding: 12px;
    }

    .ts-module-shi-desc-li {
        margin: 4px 0;
    }

    .ts-module-shi-extra-img {
        height: 190px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .ts-module-shi-desc {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .ts-module-shi-desc-ico {
        height: 414px;
        width: 371px;
        margin: 0 auto;
    }

    .ts-module-shi-desc-left {
        padding: 12px;
    }

    .ts-module-shi-desc-li {
        margin: 4px 0;
    }

    .ts-module-shi-extra-img {
        height: 240px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .ts-module-shi-desc-left {
        padding: 12px 0 12px 12px;
    }

    .ts-module-shi-desc-li {
        margin: 4px 0;
    }

    .ts-module-shi-desc-content {
        font-size: 14px;
        line-height: 25px;
    }
}